Welcome![Sign In][Sign Up]
Location:
Search - ucos keil

Search list

[Other resourceArmTest_for_uCosII

Description: 包括使用ucos任务的一些操作实现了lpc2142上的一些基本功能:按键、流水灯,ad,uart等。希望对初学者有点用。使用keil c平台(mdk3.05)
Platform: | Size: 588705 | Author: dzh | Hits:

[Other resourceuCOS1-spi

Description: ucos应用在keil环境下调试,供初学者参考
Platform: | Size: 161358 | Author: | Hits:

[Other resourceC8051F040_ucos

Description: 找了很久,这里的C8051F020的UCOS移植.020没有SFRPAGE. KEIL下的C8051F040的UCOS的源代码,用YY的改写的,增加了对页寄存器SFRPAGE和PSBANK寄存器的保护.
Platform: | Size: 312518 | Author: 韩笑 | Hits:

[Other resourcekeil_ucos

Description: KEIL下的LPC2104的UCOS移植,网上的都是ADS的,且很多有错误,需改写一部分代码才可用.这是我用ADS改的,带有PROTEUS仿真,绝对可用,无需任何改动就可编译通过.
Platform: | Size: 307596 | Author: 韩笑 | Hits:

[Other resourceshell

Description: 一个带有shell的ucos工程,在keil下打开工程后debug运行,可以通过串行窗口与ucos进行交互,实现了几个简单的命令如help,clr等,大家可以自己加一些其他的命令
Platform: | Size: 256875 | Author: jack | Hits:

[Other resourceKEILLPC214Xucosiiv1[1].1

Description: KEIL上实现UCOS移植的源代码程序,可以编译,很好的参考材料。可以直接在该程序上面加上自己的任务。
Platform: | Size: 382298 | Author: 胡权 | Hits:

[Other resourceSTM32-uCosii

Description: KEIL下STM32的UCOSii代码,所有的移植文件,包含UCos的源程序都在,可以直接使用.
Platform: | Size: 1716782 | Author: 周从文 | Hits:

[Other resourceucOS_II_for_51

Description: 采用ucOS-II 2.51编写的keil c 51 例程可用于多种51单片机演示。例如SST89E564RD ,STC89C516RD 等。
Platform: | Size: 290747 | Author: M | Hits:

[Other resourceucos_for_stm32f103

Description: UCOS-II FOR STM32F103XX 1 本程序是我自己移植,只使用KEIL进行过软仿真,测试没有发现问题。支持从任何一个中断服务程序里释放信号量。 2 此代码作为参考和学习使用,如果在使用过程中造成损失,本人不负任何责任。 3 此代码作为参考和学习使用,因为里边有UCOS-II,如果要作为商业使用请给UCOS付费。
Platform: | Size: 111269 | Author: 姚军 | Hits:

[Other resourceucos_for_stm32_v2

Description: 1 本程序是我自己移植,只使用KEIL进行过软仿真,测试没有发现问题。支持从任何一个中断服务程序里释放信号量。 2 此代码作为参考和学习使用,如果在使用过程中造成损失,本人不负任何责任。 3 此代码作为参考和学习使用,因为里边有UCOS-II,如果要作为商业使用请给UCOS付费 欢迎大家测试,在实践中检验一下,多提提意见。谢谢,我会根据大家测试结果第一时间解决问题。 上一个版本发现了漏洞已经修正,已经在STM32F103CBT6上通过了测试:
Platform: | Size: 111123 | Author: 姚军 | Hits:

[Other resourcelpc2368ucos

Description: lpc2368-keil环境下的ucos的移植例程
Platform: | Size: 215070 | Author: Jnny_CN | Hits:

[Other resourceucos_ii_in_keil_for_c164

Description: keil C166下ucos-ii,c164ci的移植程序-under CENTER-ii, the transplant procedure c164ci
Platform: | Size: 76381 | Author: 何利波 | Hits:

[SourceCodeLPC2148 KEIL ucos下i2c通信

Description:
Platform: | Size: 1319799 | Author: 1569788176@qq.com | Hits:

[SourceCodetcp_ipCENTERprotocol

Description: tcp_ip协议栈的ucos代码,主要用于嵌入式系统开发,已经移植到51系统单片机中,通过keil可进行编译,ucos经过最简化改造!特别推荐-tcp_ip CENTER protocol stack code, mainly for embedded system development, has been ported to 51 SCM system, through c51 can be compiled after the most simplified CENTER transformation! Preferred!
Platform: | Size: 591566 | Author: li210210 | Hits:

[uCOSuCOSV271forAt91M55800

Description: uCOSV271forAt91M55800 uCOSV271forAt91M55800 uCOSV271forAt91M55800
Platform: | Size: 217369 | Author: hlh123456 | Hits:

[uCOSucos2.51

Description:
Platform: | Size: 129024 | Author: 王波 | Hits:

[uCOSxltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \ temp. You can Project-
Platform: | Size: 6144 | Author: 邢兰停 | Hits:

[uCOSDisplayerEx3

Description: 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. 感谢网友John X. Liu,在这个例子中我使用了他编写的仿真dll(Pc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常. -this example is another example of a two way (but the number of different tasks), it uses the highest-priority task, as shown mandate, ShowChar global variable as a parameter. TaskB function is a priority task to ten function, because no use local variables, these tasks can use a function. attention : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp, you could Project-
Platform: | Size: 5120 | Author: 邢兰停 | Hits:

[uCOSifxC167_UCOS_II

Description: 利用ucos-ii编写的XC167的源程序编译环境为keil c1-use OUT-ii prepared by the XC167 the source compiler environment keil c1
Platform: | Size: 163840 | Author: cy | Hits:

[uCOSproteus-ARM2100-uCOS2.70

Description: 没有ARM开发板如何搞开发,有了PROTEUS就可以搞定!快来学习PROTEUS哦! 此为proteus-ARM2100-USOS2.70仿真文件及原码,赶快下载学习哦!收益非浅啊!-not how ARM Development Board engaged in development projects With PROTEUS can get! Come learn PROTEUS Oh! this as proteus-AR M2100- USOS2.70 simulation files and the original code, learning quickly download! greatly benefit ah!
Platform: | Size: 829440 | Author: afu | Hits:
« 1 2 ... 10 11 12 13 14 1516 17 18 19 »

CodeBus www.codebus.net